From 137d8e0b2cb76b83a2a44e5afbc9c1eba2b0ba17 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Fri, 6 Aug 2004 06:42:32 +0000 Subject: [PATCH] Bug [ 971885 ] There are no month abbreviations in Czech --- languages/LanguageCs.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/languages/LanguageCs.php b/languages/LanguageCs.php index 11e4a83261..f1093e50d1 100644 --- a/languages/LanguageCs.php +++ b/languages/LanguageCs.php @@ -143,18 +143,18 @@ 'october' => "říjen", 'november' => "listopad", 'december' => "prosinec", -'jan' => "Led", -'feb' => "Úno", -'mar' => "Bře", -'apr' => "Dub", -'may' => "Kvě", -'jun' => "Čer", -'jul' => "Črv", -'aug' => "Srp", -'sep' => "Zář", -'oct' => "Říj", -'nov' => "Lis", -'dec' => "Pro", +'jan' => "1.", +'feb' => "2.", +'mar' => "3.", +'apr' => "4.", +'may' => "5.", +'jun' => "6.", +'jul' => "7.", +'aug' => "8.", +'sep' => "9.", +'oct' => "10.", +'nov' => "11.", +'dec' => "12.", # Části textu používané různými stránkami: # -- 2.20.1